PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / BaseAdvancedEditor<P,E> Class
The property type.
The window editor type.
Members

In This Topic
    BaseAdvancedEditor<P,E> Class
    In This Topic
    The advanced editor show a three-dot icon and allows showing a separate editor in a window.
    Object Model
    BaseAdvancedEditor<P,E> Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class BaseAdvancedEditor
        (Of P,E) 
       Inherits C1.WPF.PropertyGrid.BaseEditor(Of P,AdvancedEditor)
       Implements IPropertyGridEditor 
    public abstract class BaseAdvancedEditor<P,E> : C1.WPF.PropertyGrid.BaseEditor<P,AdvancedEditor>, IPropertyGridEditor  
    Type Parameters
    P
    The property type.
    E
    The window editor type.
    Inheritance Hierarchy

    System.Object
       C1.WPF.PropertyGrid.BaseEditor<P,C>
          C1.WPF.PropertyGrid.BaseAdvancedEditor<P,E>
             C1.WPF.PropertyGrid.CollectionEditor
             C1.WPF.PropertyGrid.ObjectEditor

    See Also